chore(deps): update pre-commit hook cryptography to v47 - autoclosed#1034
chore(deps): update pre-commit hook cryptography to v47 - autoclosed#1034TalkIQ (talkiq-ops) wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the cryptography dependency to version 47.0.0 within the .pre-commit-config.yaml file. Feedback suggests ensuring consistency by also updating the minimum version requirement in auth/pyproject.toml to prevent dependency drift between the development tools and the runtime environment.
| additional_dependencies: | ||
| - aiohttp==3.13.5 | ||
| - cryptography==46.0.7 | ||
| - cryptography==47.0.0 |
There was a problem hiding this comment.
The cryptography version is being updated to 47.0.0 for the mypy-auth hook. However, the auth/pyproject.toml still specifies a minimum version of 2.0.0. To ensure that the code remains compatible with the minimum supported version and to avoid dependency drift between the linter and the runtime environment, consider updating the minimum version in auth/pyproject.toml or using the minimum supported version in the linter configuration.
00dd5bb to
00a2043
Compare
00a2043 to
e1cd67f
Compare
This PR contains the following updates:
==46.0.7→==47.0.0Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
pyca/cryptography (cryptography)
v47.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.